home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 0156.ZIP / SIDEKICK.UNP < prev    next >
Text File  |  1985-01-20  |  2KB  |  50 lines

  1.  
  2.  
  3.      SideKick, like Turbo Pascal, is another super product from 
  4.      Borland International.  However, because SideKick is copy 
  5.      protected, you cannot put it on your DOS disk and have it 
  6.      automatically load when you boot up your system.
  7.  
  8.      To unprotect SideKick so you can put it on your DOS disk or 
  9.      hard disk without requiring the distribution disk in 
  10.      drive A, do the following:
  11.  
  12.      1.  Place a disk with DEBUG.COM in drive A.
  13.      2.  Place a standard formatted disk with SK.COM in drive B.
  14.          (SK.COM is the full SideKick system with all features included.)
  15.      3.  At the A prompt, type:  DEBUG B:SK.COM  and press ENTER.
  16.      5.  Type:  U 727  and press ENTER.
  17.  
  18.            You should see the following:
  19.  
  20.                    XXXX:0727 1F            POP     DS
  21.                    XXXX:0728 59            POP     CX
  22.                    XXXX:0729 880E1300      MOV     [0013],CL
  23.                    XXXX:072D 0AC0          OR      AL,AL
  24.              ----> XXXX:072F 7403          JZ      0734
  25.                    XXXX:0731 E9C0FE        JMP     05F4
  26.                    XXXX:0734 51            PUSH    CX
  27.                    XXXX:0735 B8D007        MOV     AX,07D0
  28.                    XXXX:0738 E8FE08        CALL    1039
  29.                    XXXX:073B E8420A        CALL    1180
  30.                    XXXX:073E 59            POP     CX
  31.                    XXXX:073F E2BC          LOOP    06FD
  32.                    XXXX:0741 BAD604        MOV     DX,04D6
  33.                    XXXX:0744 E943FD        JMP     048A
  34.  
  35.      6.  The instruction we are interested in is: JZ 0734
  36.      7.  Type:  E 72F 90 90  and press ENTER.
  37.      8.  Type:  W            and press ENTER.
  38.      9.  Type:  Q            and press ENTER.
  39.  
  40.  
  41.      That's it.  SideKick will now run from any drive.  As always, 
  42.      this patch is provided so that honest people don't have to suffer 
  43.      the inconvienences imposed upon them by software manufacturers.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.